home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / nogi / Nemp.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-01-31  |  3KB  |  149 lines

  1. object AboutBox: TAboutBox
  2.   Left = 436
  3.   Top = 251
  4.   Hint = 'Show Program Info'
  5.   BorderStyle = bsDialog
  6.   Caption = 'About NEMP98'
  7.   ClientHeight = 243
  8.   ClientWidth = 357
  9.   Color = cl3DLight
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 72
  21.     Top = 8
  22.     Width = 273
  23.     Height = 225
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 81
  28.     Top = 14
  29.     Width = 171
  30.     Height = 15
  31.     Caption = 'Nogi'#39's Ericsson Melody Player '
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clNavy
  34.     Font.Height = -13
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 80
  41.     Top = 150
  42.     Width = 257
  43.     Height = 2
  44.     Shape = bsTopLine
  45.   end
  46.   object Label2: TLabel
  47.     Left = 81
  48.     Top = 37
  49.     Width = 165
  50.     Height = 13
  51.     Caption = 'Copyright ∩┐╜ 1997 Noeneel Sharma'
  52.   end
  53.   object Label3: TLabel
  54.     Left = 81
  55.     Top = 161
  56.     Width = 187
  57.     Height = 13
  58.     Caption = 'Physical Memory Available to Windows:'
  59.   end
  60.   object PhysMem: TLabel
  61.     Left = 275
  62.     Top = 161
  63.     Width = 6
  64.     Height = 13
  65.     Caption = '0'
  66.   end
  67.   object Label4: TLabel
  68.     Left = 81
  69.     Top = 183
  70.     Width = 73
  71.     Height = 13
  72.     Caption = 'Memory in Use:'
  73.   end
  74.   object FreeRes: TLabel
  75.     Left = 276
  76.     Top = 183
  77.     Width = 6
  78.     Height = 13
  79.     Caption = '0'
  80.   end
  81.   object email: TLabel
  82.     Left = 80
  83.     Top = 64
  84.     Width = 120
  85.     Height = 13
  86.     Caption = 'Email: nsharma@nogi.org'
  87.   end
  88.   object homepage: TLabel
  89.     Left = 80
  90.     Top = 88
  91.     Width = 217
  92.     Height = 13
  93.     Caption = 'Personal WWW: http://www.bit.net.au/~nogi'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlue
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.   end
  101.   object Label5: TLabel
  102.     Left = 80
  103.     Top = 112
  104.     Width = 226
  105.     Height = 13
  106.     Caption = 'My GSM Site: http://www.bit.net.au/~nogi/gsm'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlue
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object Label6: TLabel
  115.     Left = 80
  116.     Top = 208
  117.     Width = 53
  118.     Height = 13
  119.     Caption = 'Build: 1.0.3'
  120.   end
  121.   object OKButton: TButton
  122.     Left = 261
  123.     Top = 200
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 2
  130.     TabOrder = 0
  131.   end
  132.   object Panel1: TPanel
  133.     Left = 8
  134.     Top = 8
  135.     Width = 57
  136.     Height = 225
  137.     BorderStyle = bsSingle
  138.     Color = clWhite
  139.     TabOrder = 1
  140.     object Image1: TImage
  141.       Left = 0
  142.       Top = 8
  143.       Width = 49
  144.       Height = 209
  145.       Picture.Data = {<image000.bmp>}
  146.     end
  147.   end
  148. end
  149.